concat_ws 使用在hive spark-sql上的區別 concat_ws() 在hive中,被連接對象必須為string或者array<string>,否則報錯如下: hive> select concat_ws(',',uni ...